home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / PRINTER.RH < prev    next >
Text File  |  1997-05-06  |  1KB  |  36 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.4  $
  6. //
  7. // Resource IDs to use with printer.rc and printer.h
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_PRINTER_RH)
  10. #define OWL_PRINTER_RH
  11.  
  12. //
  13. // Printing error message string resource IDs
  14. //
  15. #define IDS_PRNNODEFAULT     32589
  16. #define IDS_PRNON            32590
  17. #define IDS_PRNERRORTEMPLATE 32591
  18. #define IDS_PRNOUTOFMEMORY   32592
  19. #define IDS_PRNOUTOFDISK     32593
  20. #define IDS_PRNCANCEL        32594
  21. #define IDS_PRNMGRABORT      32595
  22. #define IDS_PRNGENERROR      32596
  23. #define IDS_PRNERRORCAPTION  32597
  24.  
  25. //
  26. // Printer abort dialog & control IDs
  27. //
  28. #define IDD_ABORTDIALOG      32599 // keep different than any string IDs
  29. #define ID_PAGE   104              // Page # text control
  30. #define ID_TITLE  101              // Document title text control
  31. #define ID_DEVICE 102              // Device & optional port text control
  32. #define ID_PORT   103              // Old port text control, unused
  33. #define ID_TOPAGE 105              // Ending page number
  34.  
  35. #endif  //  OWL_PRINTER_RH
  36.